home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / lite2lan.zip / RESTORE.BAT < prev   
DOS Batch File  |  1993-07-22  |  421b  |  19 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo This program will restore the Lantastic 
  5. echo NET.* files to their original names and
  6. echo disable LITE2LAN. It MUST be run in the
  7. echo directory where your Lantastic files are
  8. echo located. (i.e. \LANTASTI )
  9. echo.
  10. echo Press any key to continue
  11. echo or CTRL-Break to terminate.
  12. pause>nul
  13.  
  14. ren net.exe newnet.exe
  15. ren netl.exe net.exe
  16. ren netl.hlp net.hlp
  17. ren netl.mnu netl.mnu
  18.  
  19.